home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / index / ppc / idxsveng.exe / RCDATA / CABINET / snext.htx < prev    next >
Text File  |  1996-08-05  |  781b  |  22 lines

  1. <!--
  2.     The "next" button for sorted queries.
  3.     This retrieves the next page of documents for the query.
  4.     This is different from the unsorted version of "next" because that
  5.     ersion can't use the CiRecordsNextPage parameter for the text of
  6.     the button.  This variable is only available for non-sequential queries.
  7. -->
  8.  
  9. <%if CiContainsLastRecord eq 0%>
  10.     <td align=right>
  11.         <form action="/scripts/samples/search/simple.idq" method="get">
  12.  
  13.             <%include /scripts/samples/search/hidden.htx%>
  14.  
  15.             <input type="hidden" name="CiBookmarkSkipCount"
  16.                                  value="<%CiMaxRecordsPerPage%>" >
  17.  
  18.             <input type="submit" value="Next <%CiRecordsNextPage%> documents">
  19.         </form>
  20.     </td>
  21. <%endif%>
  22.